home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / Girder / girder331c.exe / {app} / Girder.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  2004-05-19  |  1KB  |  78 lines

  1. object Form11: TForm11
  2.   Left = 577
  3.   Top = 587
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Install Key from RegNow network'
  7.   ClientHeight = 163
  8.   ClientWidth = 342
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 28
  22.     Height = 13
  23.     Caption = 'Name'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 40
  28.     Width = 18
  29.     Height = 13
  30.     Caption = 'Key'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 8
  34.     Top = 72
  35.     Width = 313
  36.     Height = 49
  37.     AutoSize = False
  38.     Caption = 
  39.       'If you used the Digital River Network for registrationyou don'#39't ' +
  40.       'need to manually enter the keys Digital River will keep track of' +
  41.       ' the keys automatically for you.'
  42.     WordWrap = True
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 80
  46.     Top = 8
  47.     Width = 241
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object Edit2: TEdit
  52.     Left = 80
  53.     Top = 40
  54.     Width = 241
  55.     Height = 21
  56.     TabOrder = 1
  57.   end
  58.   object Button1: TButton
  59.     Left = 256
  60.     Top = 128
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     ModalResult = 1
  65.     TabOrder = 2
  66.     OnClick = Button1Click
  67.   end
  68.   object Button2: TButton
  69.     Left = 176
  70.     Top = 128
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 3
  76.   end
  77. end
  78.